x86 mca: Add MCE broadcast checkiing.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Jan 2010 06:49:42 +0000 (06:49 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Jan 2010 06:49:42 +0000 (06:49 +0000)
commitb1af10565c259b22a8c4c1731adf77372faeea19
treec19610585ca3e49626ba96a7e4823ad093caa550
parent8e06ad325fe5650d933add2763b45b3d450238e9
x86 mca: Add MCE broadcast checkiing.

Some platform will broadcast MCE to all logical processor, while some
platform will not. Distinguish these platforms will be helpful for
unified MCA handler.

the "mce_fb" is a option to emulate the broadcast MCA in non-broadcast
platform. This is mainly for MCA software trigger.

Signed-off-by: Jiang, Yunhong <yunhong.jiang@intel.com>
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/mce.h
xen/arch/x86/cpu/mcheck/mce_intel.c